MPIBlueDotStateChange

@Serializable
class MPIBlueDotStateChange(val internalName: Int, val internalMarkerVisibility: Int? = null, val internalReason: Int? = null, val message: String? = null)

MPIBlueDotStateChange contains the reason for an unexpected blue dot state change

Constructors

Link copied to clipboard
constructor(internalName: Int, internalMarkerVisibility: Int? = null, internalReason: Int? = null, message: String? = null)

Properties

Link copied to clipboard

Visibility State of the BlueDot marker

Link copied to clipboard

Has what we currently know about the blue dot and how confident we are

Link copied to clipboard
val internalReason: Int? = null

Reason why BlueDot may be in the current state

Link copied to clipboard

Visibility State of the BlueDot marker

Link copied to clipboard
val message: String? = null

Additional message to complement the reason

Link copied to clipboard

Has what we currently know about the blue dot and how confident we are

Link copied to clipboard

Reason why BlueDot may be in the current state